Learn R Programming

analyz (version 1.4)

Analyz.setResult<-: Method Analyz.setResult<-

Description

Method for storing the informed result to the "results" class spot.

Usage

Analyz.setResult(object) <- value
"Analyz.setResult"(object) <- value

Arguments

object
Object instance.
value
Result value of an execution.

Value

object Object instance.

Examples

Run this code
obj <- new("Analyz")
v_result <- vector()
Analyz.setResult(obj) <- v_result

Run the code above in your browser using DataLab